aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/api/[...nextauth]
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-05-25 23:03:10 -0500
committerGitHub <[email protected]>2024-05-25 23:03:10 -0500
commit8c24d3e4bccbb57c28739f8be6213ad142fdedd6 (patch)
tree9a1c0ebbefde38d9186b1c3d5cbeeb20085b8717 /apps/web/app/api/[...nextauth]
parentadded social material (diff)
parentadded kartik's code (diff)
downloadarchived-supermemory-8c24d3e4bccbb57c28739f8be6213ad142fdedd6.tar.xz
archived-supermemory-8c24d3e4bccbb57c28739f8be6213ad142fdedd6.zip
Merge pull request #52 from Dhravya/v2-refactor
V2 refactor
Diffstat (limited to 'apps/web/app/api/[...nextauth]')
-rw-r--r--apps/web/app/api/[...nextauth]/route.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts
new file mode 100644
index 00000000..50807ab1
--- /dev/null
+++ b/apps/web/app/api/[...nextauth]/route.ts
@@ -0,0 +1,2 @@
+export { GET, POST } from "../../helpers/server/auth";
+export const runtime = "edge";